Conversation
This pairs with coreos/bootupd#543 to have bootupd support injecting the greenboot grub logic only if greenboot is installed.
|
How does this impact users that may not have moved to bootupd/unified core yet? |
|
To add some more context: This config snippet originates with grub2-tools, but it's excluded in FCOS. Desktop variants currently use:
How would these snippets be shipped for e.g. the Silverblue ostree native container image? Do all the snippets have to shipped in Should 08_fallback_counting be removed from |
If bootupd isn't used (as it's not today for IoT/Edge) there is zero impact other than a small new file in
So one thing going on here is many of us really want a "static grub config" where we don't run |
|
Given low impact as per #129 (comment) and since we're moving to bootupd, this ease with testing that flow too. lgtm |
This pairs with coreos/bootupd#543 to have bootupd support injecting the greenboot grub logic only if greenboot is installed.